Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Styles


Q3Style_Submit

You can use the Q3Style_Submit function to submit a style in retained mode.

TQ3Status Q3Style_Submit (
TQ3StyleObject style, 
TQ3ViewObject view);
style
A style object.
view
A view.
DESCRIPTION
The Q3Style_Submit function submits the style specified by the style parameter to the view specified by the view parameter.

SPECIAL CONSIDERATIONS
You should call Q3Style_Submit only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996